@charset "utf-8";
@keyframes TopBots {
  0% {
    transform: translateY(-15px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-15px);
  }
}
.TopBots {
  animation: TopBots 1.2s ease-in-out infinite both;
}
.p3 .newss .tab::-webkit-scrollbar {
  height: 0;
}
.mt30 {
  margin-top: 30px;
}
.dsb {
  display: block;
}
.co_in {
  color: #ccc;
  margin: 10px 0px;
}
#yjc_c {
  /* height: 500px; */
  padding-bottom: 10px;
  /* overflow-y: scroll; */
}
.menu .list-b li h4 {
  margin-bottom: 0px;
}
.menu .list-b li h4 a{
  display: block;
  width: 100%;
}
.tyyt_sc {
  height: 503px;
  overflow-y: scroll;
}
#yjc_c a {
  padding: 7px;
  display: inline-block;
  border: 1px solid #dbd7d7;
  margin: 5px;
  font-size: 14px;
}
#yjc_c span {
  padding: 7px;
  display: block;
  background: #0e388c;
  color: #fff;
  font-size: 14px;
  width: 100px;
  text-align: center;
}
.article-box p img {
  max-width: 60%;
}
@media (max-width: 1200px) {
  .product_cloud .p7 ul li {
    width: 49% !important;
    margin-bottom: 8px;
    margin-right: 10px;
  }
  .product_cloud .p7 ul li:last-child {
    margin-right: 0px;
  }
  .product_cloud .p7 {
    background-position: 50% 38% !important;
  }
  .p3 .tab a {
    padding: 0px 15px !important;
  }
}
@media (max-width: 414px) and (min-width: 414px) {
  #yjc_c {
    height: auto !important;
  }
}
/* @font-face {
    font-family: "DingTalk JinBuTi";
    src: url(../fonts/DingTalk\ JinBuTi.ttf);
} */
/* 链接 */
a {
  color: #222;
  text-decoration: none;
}

a:hover {
  color: #1e5fd8;
  text-decoration: none;
}

a:active {
  outline: none;
}

/* 头部、底部、公用 */

body {
  overflow-x: hidden;
  font-size: 16px;
  color: #222;
  font-family: PingFang SC, "微软雅黑", sans-serif;
}

@media (min-width: 1400px) {
  .backtop {
    z-index: 600;
    right: 78px;
    bottom: 0;
  }
}

@media (min-width: 1024px) {
  .backtop {
    right: 20px;
  }
}
.inner,
.links,
.copyright {
  position: relative;
  width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 98;
  width: 100%;
  height: 60px;
  transition: all 0.3s;
  background-color: rgb(255, 255, 255, 1);
  border-bottom: 1px solid #dadce6;
}

.header.fixed {
  background-color: #fff;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.header h1 {
  float: left;
  width: 260px;
  height: 60px;
  overflow: hidden;
  margin: 0 0px 0 35px;
  line-height: 60px;
}

.header.fixed h1 {
  margin: 0 0px 0 20px;
}

.header h1 img {
  width: 80%;
}
/* 导航 */

.nav-box {
  width: 58%;
}

.nav > li {
  position: relative;
  float: left;
  line-height: 60px;
  font-size: 18px;
  text-align: center;
  padding: 0 1.3%;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: transparent;
}

.nav > li a {
  display: block;
  padding: 0 20px;
  color: #333;
  transition: 0.3s;
}

.nav li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 10%;
  right: 0;
  width: 85%;
  height: 3px;
  transform: scale(0, 1);
  transition: transform 0.3s;
}

.nav li a.current:after,
.nav li a:hover:after {
  background-color: #1765ff;
  transform: scale(1, 1);
}

.nav li a:hover {
  color: #1765ff;
}

.nav > li .nav_menu {
  /*二级菜单*/
  position: absolute;
  top: 60px;
  left: 50%;
  width: 240px;
  margin-left: -120px;
  background: #2971ff;
  visibility: hidden;
  opacity: 0;
  z-index: 999;
  transform: translate(0, -30px);
  transition: 0.3s;
}

.nav > li:hover .nav_menu {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
}

.nav li li a {
  color: #fff;
  line-height: 72px;
  text-align: center;
}

.nav li li li a {
  color: #222;
}
.nav li li a:hover {
  color: #222;
  background: #fff;
}

.nav li li a:after {
  display: none;
}
.nav > li .nav_menu .menu_select {
  width: 840px;
  height: 300px;
  left: 240px;
  bottom: 0;
  top: 0;
  padding: 30px;
  position: absolute;
  border-right: 1px solid rgba(120, 130, 150, 0.2);
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: none;
  overflow-y: scroll;
}

.nav > li .nav_menu li:hover .menu_select {
  display: block;
}

.nav > li .nav_menu .menu_select h4 {
  color: #1664ff;
  text-align: left;
  padding-left: 10px;
  border-left: 3px solid #1664ff;
}

.nav > li .nav_menu .menu_select .list-t li a {
  padding-left: 0px;
}
/* 高级菜单 */

.mask {
  visibility: hidden;
  position: fixed;
  z-index: 596;
  right: 0;
  bottom: 0;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0);
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#d8000000, endcolorstr=#d8000000);
}

.mask.on {
  visibility: visible;
}

.mask:after {
  content: "";
  display: block;
  position: fixed;
  z-index: 597;
  right: 0;
  bottom: 0;
  width: 6px;
  height: 6px;
  background: rgba(241, 244, 253, 0.95);
  opacity: 0;
  border-radius: 50%;
  transform: translate(50%, 50%);
  transition: all 0.6s;
}

.mask.on:after {
  width: 6000px;
  height: 6000px;
  opacity: 1;
}

body.modal-open {
  position: fixed;
  width: 100%;
}

.menu {
  position: fixed;
  z-index: 598;
  top: 0;
  right: 20%;
  bottom: 0;
  width: 60%;
  margin-right: -200%\9;
  -webkit-transform: translate3d(200%, 0, 0);
  transform: translate3d(200%, 0, 0);
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}

.menu.on {
  margin-right: 0\9;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.menu img {
  display: block;
  width: 60%;
  margin: 60px auto;
}

/*************************导航修改*************************/

.menu > ul > li {
  min-height: 240px;
  margin: 6% 2%;
  padding: 20px;
  color: #fff;
  border-radius: 4px;
  animation-duration: 0.3s;
  background-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/*************************导航修改*************************/

.menu > ul > li.home {
  display: none;
}

.menu li li {
  float: left;
  width: 50%;
}

.menu li ul {
  margin-top: 10px;
}

.menu > ul > li > a {
  display: block;
  line-height: 40px;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
}

.menu li li a {
  position: relative;
  display: block;
  margin: 0 10px;
  padding: 0 15px 0 25px;
  line-height: 50px;
  font-size: 16px;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  word-break: keep-all;
  text-overflow: ellipsis;
  border-radius: 4px;
  transition: opacity 0.3s;
}

.menu li ul:hover li:not(:hover) a {
  opacity: 0.5;
}

.menu-btn {
  display: block;
  position: fixed;
  bottom: 60px;
  right: 10px;
  z-index: 599;
  width: 60px;
  height: 60px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
}

.menu-btn > b {
  display: block;
  width: 40px;
  height: 40px;
  transition: transform 0.3s;
}

.menu-btn.on b {
  line-height: 0;
  font-size: 0;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAFHGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDUgNzkuMTYzNDk5LCAyMDE4LzA4LzEzLTE2OjQwOjIyICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOSAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDE5LTA5LTE3VDE1OjMzOjM0KzA4OjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAxOS0wOS0xN1QxNTozNDowNCswODowMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAxOS0wOS0xN1QxNTozNDowNCswODowMCIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiIHBob3Rvc2hvcDpJQ0NQcm9maWxlPSJzUkdCIElFQzYxOTY2LTIuMSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo3MDY1NzE0My1hZGIwLTBmNDctOTI3OC1mNzA3MTE3NmZjZTciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NzA2NTcxNDMtYWRiMC0wZjQ3LTkyNzgtZjcwNzExNzZmY2U3IiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6NzA2NTcxNDMtYWRiMC0wZjQ3LTkyNzgtZjcwNzExNzZmY2U3Ij4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDo3MDY1NzE0My1hZGIwLTBmNDctOTI3OC1mNzA3MTE3NmZjZTciIHN0RXZ0OndoZW49IjIwMTktMDktMTdUMTU6MzM6MzQrMDg6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE5IChXaW5kb3dzKSIvPiA8L3JkZjpTZXE+IDwveG1wTU06SGlzdG9yeT4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5/rxV8AAABA0lEQVRIibWUsW3DMBBFv7SCiiDxMCo1RJLGExiwVtE0LlS7DBAD8QL2AE7/UuSYEIIkXkjngIMI8u49ENKpAvSfUdvzVdJBUnsHZmusZ0kSIOCd7/gAGtvLycYYAG/Aj2DHb5wzJY31htjFAgH7AskUvg9n08IcySJ8TvBXySp8SeCVJOFrgpTEBU8J5iS1pQvuEUwlR0sX3CsQsAVuEfhme8neCtz/ooukR1tfJT15mup0iRpJpwguW5/sbD0SV5x+LS+W8YtfHcbcCXUPY/aEeiW5cLekBO6SlMKTklCwKYAvSTaxYCyEz0nGWDAAn0BfAA/ZG2uIBQ9Adwd4yM6Y+gIsJSD6TQ2Y9QAAAABJRU5ErkJggg==)
    center no-repeat;
  transform: rotateZ(180deg);
}

.menu-btn > span {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  width: 22px;
  height: 2px;
  margin: 0 auto;
  background: #004098;
  border-radius: 2px;
  transition: 0.25s;
}

@media (max-height: 720px) and (min-width: 1024px) {
  .menu img {
    width: 40%;
    margin: 20px auto;
  }
}

@media (max-width: 1200px) {
  .menu-btn {
    position: absolute;
    bottom: auto;
    top: -15px;
    right: 0px;
    background: none;
  }

  .menu {
    width: 90%;
    right: 5%;
  }

  .modal-open .header h1 {
    background: none;
  }

  .menu > ul > li.home {
    display: block;
    width: 96%;
    text-align: center;
  }

  .menu > ul > li {
    min-height: inherit;
    padding: 10px;
  }

  .menu li ul {
    display: none;
  }

  .menu-btn > b {
    display: none;
  }

  .menu-btn > span {
    display: block;
  }
}

@media (min-width: 1200px) {
  .menu-btn {
    display: none;
  }
}
.menu-btn > span:nth-child(1) {
  top: 36px;
}

.menu-btn > span:nth-child(2) {
  top: 42px;
}

.menu-btn > span:nth-child(3) {
  top: 48px;
}

.menu-btn.on span,
.hd + .menu-btn > span {
  background: #004098;
}

.menu-btn.on span:nth-child(1) {
  top: 42px;
  transform: rotate(45deg);
}

.menu-btn.on span:nth-child(2) {
  opacity: 0;
  transform: rotate(90deg);
}

.menu-btn.on span:nth-child(3) {
  top: 42px;
  transform: rotate(135deg);
}

/* 搜索 */
.header .search {
  position: relative;
  border-left: 1px solid #dadce6;
}
.search-box {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 9;
  margin-top: -10px;
  line-height: 0;
  text-align: center;
  font-size: 0;
  display: none;
}

.search-box:before {
  display: none;
  content: "";
  position: absolute;
  top: 73px;
  right: 30px;
  border: 6px solid transparent;
  border-bottom: 6px solid #f8f8f8;
}
.search-btn {
  position: absolute;
  top: 4px;
  right: 40px;
  z-index: 99;
  display: none;
  width: 50px;
  height: 50px;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cdefs%3E%3Cstyle/%3E%3C/defs%3E%3Cpath d='M146.286 475.429h14.628c0 168.228 138.972 307.2 307.2 307.2s307.2-138.972 307.2-307.2-138.971-307.2-307.2-307.2-307.2 138.971-307.2 307.2h-14.628zm804.571 402.285c21.943 21.943 21.943 58.515 0 80.457-21.943 21.943-58.514 21.943-80.457 0L724.114 811.886c-73.143 58.514-160.914 87.771-256 87.771-234.057 0-424.228-190.171-424.228-424.228S234.057 51.2 468.114 51.2s424.229 190.171 424.229 424.229c0 95.085-29.257 182.857-87.772 256l146.286 146.285z' fill='%23048'/%3E%3C/svg%3E")
    50% 50% no-repeat;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .search-btn {
    display: block;
  }
  .search-box {
    position: static !important;
    top: 0 !important;
    margin: -15px 0 0 !important;
    background-color: #f8f8f8 !important;
    padding-top: 31px !important;
    animation-duration: 2s;
  }
}
.search-box input,
.search-box button,
.search-box .go {
  display: inline-block;
}

.search-box input {
  /*width: 220px;*/
  height: 40px;
  line-height: 20px;
  font-size: 16px;
  padding: 10px;
  border: none;
  background: #fff;
  margin-top: -20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  outline: none;
  border-radius: 4px 0 0 4px;
}

.search-box button {
  width: 40px;
  height: 40px;
  border: none;
  background: #ffa735;
  color: #fff;
  cursor: pointer;
  text-align: center;
  line-height: 40px;
  font-size: 0;
  color: transparent;
  border-radius: 0 4px 4px 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  margin-top: -21px;
  color: #fff;
}

.search input,
.search button {
  display: block;
}

.search input {
  box-sizing: border-box;
  width: 285px;
  height: 59px;
  line-height: 40px;
  font-size: 16px;
  margin-right: 4px;
  padding: 10px 50px;
  border: none;
  background: transparent;
  outline: none;
}

.search button {
  position: absolute;
  top: 0px;
  left: 20px;
  box-sizing: border-box;
  width: 30px;
  height: 59px;
  border: none;
  color: #222;
  cursor: pointer;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  background: transparent;
}
.mail a {
  display: inline-block;
  line-height: 60px;
  border-left: 1px solid #dadce6;
  padding-right: 10px;
  padding-left: 10px;
}

.mail a i {
  display: block;
  width: 30px;
  height: 39px;
  line-height: 39px;
  color: #222;
  font-size: 24px;
  margin: 10px;
  text-align: center;
}

.mail a:hover i {
  color: #1765ff;
}

.footer {
  padding: 20px 0;
  line-height: 22px;
  font-size: 14px;
  background-color: #f4f8ff;
}

.footer.fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.links > ul > li {
  position: relative;
  margin-bottom: 40px;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
}

.links > ul > li > a {
  display: block;
  border: 1px solid #85aeff;
  margin: 0 -5px;
  padding: 0 15px;
  border-radius: 4px;
  background: #fff url(/template/images/links_arr.jpg) 96% 50% no-repeat;
}

.links li ul {
  display: none\9;
  z-index: -1;
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 40px;
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid #ddd;
  background-color: #fff;
  opacity: 0;
  transform: translate(0, 3px);
  transition: opacity, transform 0.3s;
}

.links li:hover ul {
  display: block\9;
  z-index: 9;
  opacity: 1;
  transform: translate(0, 0);
}

.links li li {
  border-top: 1px solid #ddd;
  line-height: 39px;
  text-align: center;
  transition: all 0.3s;
}

.links li li:hover {
  background-color: #f8f8f8;
}

.links li li a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  word-break: keep-all;
  text-overflow: ellipsis;
  font-size: 14px;
}

.copyright p {
  color: #5d6c7c;
  font-size: 18px;
  line-height: 40px;
}

.lxfs {
  padding-left: 30px;
  border-left: 1px solid #ccc;
}

.lxfs li {
  font-size: 18px;
  margin-bottom: 20px;
}

.lxfs li b {
  display: block;
  line-height: 42px;
}

.lxfs li p {
  color: #5d6c7c;
  line-height: 30px;
}

.cop_nav {
  margin-bottom: 20px;
}

.cop_nav li {
  float: left;
  text-align: center;
  padding: 0px 14px;
}

.cop_nav li b {
  font-size: 18px;
  line-height: 40px;
}

.cop_nav li a {
  display: block;
  color: #5d6c7c;
  line-height: 40px;
  font-size: 16px;
}

.content {
  padding: 0;
}

/* 侧边漂浮条 */
.side-bar {
  position: fixed;
  top: 35%;
  right: 10px;
  z-index: 999;
}

.side-bar li a {
  position: relative;
  display: block;
  width: 50px;
  height: 145px;
  transition: all 0.3s;
}

.side-bar li a b {
  display: block;
  width: 50px;
  height: 145px;
  font-size: 0px;
  background: url(/template/images/lxwm.png) 0px 0px no-repeat;
}

.side-bar li img,
.side-bar li span {
  position: absolute;
  top: -50px;
  right: 70px;
  display: none\9;
  visibility: hidden;
  width: 171px;
  opacity: 0;
  transform: translate(30px, 0);
  transition: transform 0.3s;
}

.side-bar li a:hover img,
.side-bar li a:hover span {
  display: block;
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}

.side-bar li span {
  width: 171px;
  height: 265px;
  background: url(/template/images/lxwm_n.png) 0px 0px no-repeat;
}

@media (max-width: 1400px) {
  .nav > li a {
    padding: 0px 10px;
  }
  .nav-box {
    width: 54%;
  }
  .nav > li {
    font-size: 16px;
  }
  .product_cloud .p3 {
    background: url(/template/images/cj_bg.jpg) 50% 140px no-repeat !important;
  }
  .grid .p3 {
    background: url(/template/images/cj_bg.jpg) 50% 140px no-repeat !important;
  }
  .inner,
  .search-box,
  .nav ul,
  .links,
  .copyright {
    width: 100%;
  }

  .header h1 {
    margin-left: 15px;
  }

  .header {
    background-position: 50% 0;
    background-size: auto 100%;
  }

  .search-box {
    position: relative;
    top: 0;
    right: 0;
    margin: 0;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.2);
  }

  .search input {
    width: 60%;
    min-width: 260px;
  }

}
@media (max-width:1300px) {
  .card-area{
    width: 100% !important;
  }
  .card-area .card-item{
    width: 20% ;
  }
  /* .card-area .card-item.active{
    width: auto !important;
  } */
  .nav > li .nav_menu .menu_select{
    width: 600px;
  }

  .gsgk ul li{
    font-size: 16px;
  }
}
@media (max-width:1400px) {
  .gsgk .img {
    width: 100%;
    object-fit: contain;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  /* .col-md-6{
    width: 60%;
  }
  .col-md-3{
    width: 20%;
  } */
  .focus,
  .focus .pic {
    width: 100% !important;
  }
  /* .gsgk .col-md-6{
    width: 50%;
  } */
}
@media (max-width: 1200px) {
  .nav,
  .side-bar {
    display: none;
  }
}
@media (max-width: 1024px) {
  .cop_nav li a {
    line-height: 30px;
  }
}
@media (max-width: 768px) {
  .links {
    padding: 0 20px;
  }

  .links > ul > li {
    margin-bottom: 20px;
  }

  .cop_nav li {
    height: 200px;
    padding: 0px 21px;
  }

  .footer p {
    text-align: center;
    font-size: 12px;
  }

  .lxfs,
  .footer_logo {
    display: none;
  }
  .links > ul > li {
    width: 33.33%;
  }
  .links > ul > li > a {
    font-size: 14px;
    padding: 0px 0px;
    margin: 0px -12px;
  }
}

@media (max-width: 480px) {
  .header h1 img {
    width: 60%;
  }
}
/* 公用部分 */

.grid {
  animation-duration: 0.3s;
}

.grid h2 b {
  display: block;
  font-size: 34px;
  line-height: 60px;
  color: #222;
  font-weight: 530;
}

.grid h2 a {
  color: #bbb;
}

@media (max-width: 1400px) {
  .grid {
    width: 100%;
    padding: 15px;
  }
  .grid h2 b {
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  .grid h2 {
    margin-bottom: 0px;
  }

  .grid h2 b {
    font-size: 20px;
    line-height: 40px;
  }
}

.grid .row {
  margin-right: -15px;
  margin-left: -15px;
}

.grid .row .col,
.grid .row [class*="col-"] {
  padding-right: 15px;
  padding-left: 15px;
}

.tab-pane {
  position: relative;
  overflow: hidden;
}

.tab-pane .pane > ul,
.tab-pane .pane > div {
  animation-duration: 0.3s;
}

.tab a,
.tab b {
  position: relative;
  display: inline-block;
  padding: 0 10px;
  margin: 0px;
  /* font-weight: bold; */
  font-size: 20px;
  text-align: center;
}

.tab .current {
  color: #1a67ff;
  border: 1px solid #dcdcdc;
  border-top: 3px solid #1967ff;
  border-bottom: none;
}

h3.tab {
  height: auto;
  line-height: 50px;
  border-bottom: 1px solid #1967ff;
}

@media (max-width: 1200px) {
  .yjc_p6 h2 b {
    line-height: 50px !important;
  }
  .tab {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-left: -2px;
    margin-right: -2px;
  }
  .product_cloud .tab {
    overflow-x: scroll;
    /* justify-content: center !important; */
  }
  .product_cloud .tab .current::before {
    content: "";
    position: absolute;
    top: 36%;
    right: 0px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 7px;
    border-color: transparent transparent transparent #3477fe;
  }
  .ds_n1 img {
    display: none;
  }
  .ds_n1 p {
    margin-bottom: 0px !important;
  }

  .tab a,
  .tab b {
    /*width: 0%;*/
    min-width: inherit;
    position: relative;
    overflow: hidden;
    display: block;
    /*margin: 0 2px;*/
    padding: 0;
    /*font-size: 18px;*/
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    /* overflow: hidden;
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis; */
    /* height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 22px; */
    position: relative;
    flex-shrink: 0;
    flex-grow: 0;
    flex-basis: auto;
  }
}

@media (max-width: 360px) {
  h3.tab {
    margin-left: -10px;
    margin-right: -10px;
  }

  h3.tab a,
  h3.tab b {
    font-size: 18px;
  }
}

/* 首页 开始 */

/* part1 开始 */
.banner,
.banner .pic {
  position: relative;
}

.banner .pic > div {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.banner .pic img {
  width: 100%;
  height: 100%;
}

.banner .pic span {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  padding: 10px 80px 10px 10px;
  line-height: 26px;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}

.banner .banner-prev,
.banner .banner-next {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: block;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  line-height: 60px;
  text-align: center;
  font-size: 28px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.5);
  background-size: 24px auto;
  color: #fff;
  opacity: 0;
  transition: all 0.3s;
}

.banner .banner-prev .iconfont,
.banner .banner-next .iconfont {
  font-size: 28px;
  font-weight: normal;
}

.banner .banner-prev {
  transform: translate(-50px, 0);
  left: 0;
  background-image: none;
}

.banner .banner-next {
  transform: translate(50px, 0);
  right: 0;
  background-image: none;
}

.banner:hover .banner-prev,
.banner:hover .banner-next {
  opacity: 1;
  transform: translate(0, 0);
}

.slogan {
  /*display: none;*/
  position: absolute;
  top: 20%;
  left: 20%;
  width: 30%;
  height: 30%;
  z-index: 2;
  background-image: url(/template/images/banner_01wz.png);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 90% auto;
  background-size: 90% auto;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.banner .pic li:nth-child(2) .slogan {
  background-image: url(/template/images/banner_01wz.png);
  -webkit-background-size: 70% auto;
  background-size: 70% auto;
}

.banner .pic li:nth-child(3) .slogan {
  background-image: url(/template/images/banner_01wz.png);
  -webkit-background-size: 70% auto;
  background-size: 70% auto;
}

.banner .pic li.current .slogan {
  display: block;
}

.banner .swiper-pagination-bullets {
  position: absolute;
  bottom: 20%;
  left: 13%;
  right: auto;
  z-index: 9;
  width: auto;
  margin-bottom: 4px\9;
  padding: 0 10px;
  text-align: right;
}

.banner .swiper-pagination-bullet {
  float: left;
  width: 50px;
  height: 6px;
  font: 0/0 lx;
  border: none;
  opacity: 1;
  border-radius: 0px;
  transition: all 0.3s;
  background: #fff;
}

.banner .swiper-pagination-bullet-active {
  background-color: #ffc46f;
}

.banner
  .swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 5px;
}

@media (max-width: 1200px) {
  .banner,
  .banner .pic {
    position: relative;
    width: 100%;
    height: auto !important;
  }

  .banner .pic > div {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 30% 0 0;
  }

  .banner .pic img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }

  .banner {
    margin-top: 45px;
    background-size: 240% 100% !important;
  }
  .function_m h4 b{
    font-size: 22px !important;
  }
  .newss .pane p{
    font-size: 14px !important;
  }
  .product_cloud .b1 li a p{
    font-size: 14px !important;
  }
  .product_cloud .b1 li a h4{
    font-size: 20px !important;
  }
  .product_cloud .b2 li a h4{
    font-size: 16px !important;
  }
  .product_cloud .b2 li a p{
    font-size: 14px !important;
  }
}
@media (max-width: 480px) {
  .banner .pic > div {
    padding: 45% 0 0;
  }
}

.topic {
  position: relative;
  height: 130px;
  margin-top: -70px;
  margin-bottom: 20px;
}

.topic .scroll {
  position: relative;
}

.topic li {
  width: 360px\9;
  padding: 20px 0px;
}

.topic li a {
  display: block;
  width: 320px\9;
  margin: 10px;
  padding: 30px;
  border-radius: 4px;
  background-color: #fff;
  transition: all 0.3s;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.topic li a p {
  line-height: 28px;
  padding-left: 30px;
  background: url(/template/images/dot_01.png) 0 5px no-repeat;
}

.topic li div,
.topic li a:hover p {
  display: none;
}

.topic li a:hover div {
  display: block;
}

.topic li a:hover {
  padding: 0px;
  margin-top: -10px;
  transform: scale(1, 1);
  background: linear-gradient(45deg, #1664ff, #508bff);
}

.topic li a:hover h4 {
  color: #fff;
  padding: 20px 60px;
  line-height: 24px;
  background: url(/template/images/dot_01.png) 30px 20px no-repeat;
}

.topic li a:hover span {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 36px;
  border-top: 1px solid #ffffff3b;
}

.topic-prev,
.topic-next {
  position: absolute;
  top: 55%;
  width: 46px;
  height: 46px;
  line-height: 46px;
  z-index: 999;
  text-align: center;
  margin-top: -23px;
  cursor: pointer;
  font-size: 0px;
  border-radius: 100px;
  box-shadow: 0 0 10px rgba(183, 190, 211, 0.4);
}

.topic-prev {
  left: -40px;
  background: url(/template/images/l_01.png) 0 50% no-repeat;
}

.topic-next {
  right: -40px;
  background: url(/template/images/r_01.png) 0 50% no-repeat;
}

@media (max-width: 1400px) {
  .topic {
    height: auto;
    margin-top: -50px;
    margin-bottom: 0px;
  }

  .topic-prev,
  .topic-next {
    display: none;
  }

  .topic li {
    padding: 20px 0px 10px 0px;
  }

  .topic li a {
    padding: 10px;
    height: 75px;
    margin: 10px 10px 0px 10px;
  }
}

@media (max-width: 768px) {
  .news {
    display: none;
  }
}
/* part1 结束 */

/* part2 开始 */
.news img {
  width: 100%;
  /* height: 243px; */
  /* border: 1px solid #c5c5c5; */
  box-shadow: 0px 1px 10px #c5c5c5;
  object-fit: cover;
}

.news .list-t li::before {
  display: none;
}

.news .list-t li {
  position: relative;
  padding: 20px 10px;
  line-height: 30px;
  font-size: 16px;
  min-height: 100px;
}

.news .list-t li + li {
  border-top: 1px solid #c5c5c5;
}

.news .list-t li a {
  white-space: normal;
}

.focus,
.focus .pic {
  position: relative;
  width: 655px;
  height: 650px;
}

.focus h3 {
  position: absolute;
  top: 61%;
  width: 100%;
  height: 19px;
  z-index: 999;
  background: url(/template/images/bt_01.jpg) center no-repeat;
}

.focus .pic > div {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: #f5f8ff;
}

.focus .pic img {
  width: 655px;
  height: 380px;
  object-fit: cover;
}

.focus .pic span {
  display: block;
  padding: 60px 40px 30px 40px;
  font-size: 16px;
}

.focus .pic span h4 {
  color: #222;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  margin-bottom: 10px;
}

.focus .pic span p {
  color: #999;
  line-height: 30px;
}

.focus .focus-prev,
.focus .focus-next {
  position: absolute;
  bottom: 5%;
  top: auto;
  z-index: 3;
  display: block;
  width: 52px;
  height: 10px;
  margin-top: -5px;
  cursor: pointer;
  transition: all 0.3s;
}

.focus .focus-prev {
  left: 40px;
  background: url(/template/images/l_02.png) 0px 0px no-repeat;
}

.focus .focus-next {
  right: 40px;
  background: url(/template/images/r_02.png) 0px 0px no-repeat;
}

.focus .navi {
  position: absolute;
  bottom: 30px;
  left: 45%;
  right: auto;
  z-index: 9;
  width: auto;
  margin-bottom: 0px;
  padding: 0 10px;
  text-align: center;
}

.focus .navi li {
  float: left;
  width: 8px;
  height: 8px;
  margin: 0 2px;
  font: 0/0 lx;
  background: #c5c5c5;
  color: transparent;
  border-radius: 100px;
  transition: all 0.3s;
}

.focus .navi li.on {
  background-color: #4876ff;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 2px;
}

.focus .swiper-pagination-bullet {
  background: #c5c5c5;
  opacity: 1;
}

.focus .swiper-pagination-bullet-active {
  background-color: #4876ff;
}

@media (max-width: 1400px) {
  .focus,
  .focus .pic {
    position: relative;
    width: 100%;
    height: auto;
  }

  .focus .pic > div {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 50% 0 0;
  }

  .focus .pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    object-fit: cover !important;
  }

  .focus .pic span {
    padding: 80px 30px 60px 30px;
  }

  .focus .navi {
    bottom: 20px;
    left: 40%;
  }

  .ds_n2:nth-child(1) img:nth-child(2) {
    width: 510px !important;
    margin: 40px 0px 0px 0px !important;
  }
  .ds_n2:nth-child(2) img:nth-child(2) {
    width: 380px !important;
    margin: 40px 0px 0px 0px !important;
  }
  .ds_n2:nth-child(3) img:nth-child(2) {
    width: 580px !important;
    margin: 40px 0px 0px 0px !important;
  }
  .ds_n4:nth-child(1) img:nth-child(2) {
    width: 540px !important;
    margin: 40px 0px 0px 0px !important;
  }
  .ds_n4:nth-child(2) img:nth-child(2) {
    width: 380px !important;
    margin: 40px 0px 0px 0px !important;
  }
  .ds_n4:nth-child(3) img:nth-child(2) {
    width: 580px !important;
    margin: 40px 0px 0px 0px !important;
  }
  .ds_n6:nth-child(1) img:nth-child(2) {
    width: 510px !important;
    margin: 40px 0px 0px 0px !important;
  }
  .ds_n6:nth-child(2) img:nth-child(2) {
    width: 380px !important;
    margin: 40px 0px 0px 0px !important;
  }
  .ds_n6:nth-child(3) img:nth-child(2) {
    width: 580px !important;
    margin: 40px 0px 0px 0px !important;
  }
  .join .rczp li a {
    font-size: 30px;
  }
  .product_cloud .yjc_ul {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: normal;
  }
  .yjc_ul li{
    margin-bottom: 10px;
    margin-right: 0px !important;
  }
  .product_cloud .yjc_ul li {
    margin-right: 10px !important;
}
  .product_cloud .yjc_ul li a{
    width: 100% !important;
        padding: 0px 0px !important;
        overflow: hidden;
  }
  .product_cloud .b2 li a p{
    font-size: 14px;
  }
  .about .p2{
    padding: 30px 10px 30px 10px;
  }
  .gsgk ul li b{
    font-size: 36px;
    padding: 0px 5px;
  }
  .tab a, .tab b{
    padding: 0 5px;
  }
  .focus h3{
    top: 55%;
  }
  .card-item.card-03 .card .content-second{
    background-position: -20px 0px !important;
  }
}
@media (max-width: 1024px) {
  .focus h3 {
    top: 57%;
  }
}
@media (max-width: 768px) {
  .focus h3 {
    top: 67%;
  }
  .focus .pic img {
    height: 60%;
  }
  .focus .pic span {
    padding: 140px 30px 60px 30px;
  }
}
@media (max-width: 480px) {
  .focus h3 {
    top: 46%;
  }

  .focus .pic img {
    position: absolute;
    top: 0;
    left: 0;
    height: 40%;
  }

  .focus .pic span {
    padding: 60px 30px;
  }

  .focus .pic span h4 {
    font-size: 20px;
    line-height: 28px;
  }

  .focus .focus-prev,
  .focus .focus-next {
    display: none;
  }

  .focus .pic > div {
    height: 440px;
  }
}

.a1 {
  margin-top: 20px;
}

.a1 li {
  position: relative;
  margin-bottom: 20px;
}

.a1 li a {
  display: block;
  padding: 20px;
  color: #1a67ff;
  height: 150px;
  font-size: 26px;
  text-align: left;
  border-radius: 5px;
  background-color: #f1f4fd;
}

.a1 li a:hover {
  font-weight: bold;
  box-shadow: 0 3px 12px rgba(0, 85, 136, 0.2);
}

.a1 li a b {
  position: relative;
  display: inline-block;
  font-weight: 600;
  margin: 30px 0px 0px 40px;
}

.a1 li a b:before {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 3px;
  width: 18px;
  height: 4px;
  margin-top: -2px;
  background-color: #a6bcff;
  border-radius: 2px;
}

.a1 li a i {
  position: absolute;
  top: 20px;
  right: 60px;
  width: 110px;
  height: 120px;
}

.a1 li a i.s1 {
  background: url(/template/images/icons_01.png) 0px 0px no-repeat;
}

.a1 li a i.s2 {
  background: url(/template/images/icons_02.png) 0px 0px no-repeat;
}

.a1 li a i.s3 {
  background: url(/template/images/icons_03.png) 0px 0px no-repeat;
}

/* part2 结束 */

/* part3 开始 */
.card-item.card-01 .card .content-first {
  background: url(/template/images/card_01_bt.png) 0px 0px no-repeat;
}
.card-item.card-01 .card .content-second {
  background: url(/template/images/card_01_con.png) 0px 0px no-repeat;
}

.card-item.card-02 .card .content-first {
  background: url(/template/images/card_02_bt.png) 0px 0px no-repeat;
}

.card-item.card-02 .card .content-second {
  background: url(/template/images/card_02_con.png) 0px 0px no-repeat;
}

.card-item.card-03 .card .content-first {
  background: url(/template/images/card_03_bt.png) 0px 0px no-repeat;
}

.card-item.card-03 .card .content-second {
  background: url(/template/images/card_03_con1.png) 0px 0px no-repeat;
}

.card-item.card-04 .card .content-first {
  background: url(/template/images/card_04_bt.jpg) 0px 0px no-repeat;
}

.card-item.card-04 .card .content-second {
  background: url(/template/images/card_04_con.png) 0px 0px no-repeat;
}

.card-area {
  margin: 0px auto;
  height: 454px;
  width: 1400px;
  position: relative;
}

.card-area .card-item {
  z-index: 4;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1), z-index 0s 0.12s;
  position: relative;
  float: left;
  width: 216px;
  height: 454px;
  border-radius: 4px;
}

.card-area .card-item + .card-item {
  margin-left: -1px;
}
.card-area .card-item .card {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1), z-index 0s 0.12s;
  width: 100%;
  height: 100%;
  text-align: center;
}
.card-area .card-item .card .card-content {
  width: 100%;
  line-height: 2;
}
.card-area .card-item .card .card-content.content-first {
  transition: all 0.12s cubic-bezier(0.4, 0, 0.2, 1) 0.18s;
  z-index: 3;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100););
}
.card-area .card-item .card .card-content.content-second {
  transition: all 0.12s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0););
  line-height: 2;
}
.card-area .card-item .card .card-content {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
}
.card-area .card-item .card .card-content {
  height: 454px;
  position: absolute;
  top: 0px;
}

.card-area .card-item .card .card-content.content-first h2 {
  padding: 20px 10px 0px 10px;
  line-height: 60px;
  color: #fff;
  font-size: 28px;
  text-align: left;
}

.card-area .card-item.card-01 .card .card-content.content-first h2,
.card-area
  .card-item.card-01
  .card-content.content-first
  .content-first-list
  li {
  color: #222;
}

.card-area .card-item.card-02 .card .card-content.content-first h2,
.card-area .card-item.card-03 .card .card-content.content-first h2,
.card-area .card-item.card-04 .card .card-content.content-first h2 {
  padding: 20px 30px 0px 30px;
}

.card-area .card-item .card-content.content-first .content-first-list li {
  padding: 0px 30px;
  line-height: 30px;
  font-size: 16px;
  color: #fff;
  text-align: left;
  text-align: justify;
}

.card-area .card-item .card .card-content .main-info h2 {
  padding: 50px 50px 0px 50px;
  line-height: 60px;
  color: #fff;
  font-size: 28px;
  text-align: left;
}

.card-area .card-item .card .card-content .main-info .info {
  padding: 10px 42px;
  line-height: 30px;
  color: #fff;
}

.card-area .card-item .card .card-content .main-info .more a {
  display: inline-block;
  color: #fff;
  line-height: 30px;
  padding: 10px 30px;
  border-radius: 4px;
  background: #000;
  margin: 170px 50px 0px 50px;
  z-index: 1;
  position: relative;
}
.card-area .card-item .card .card-content .main-info .more a:hover:before {
  transform: scale(1);
}
.card-area .card-item .card .card-content .main-info .more a:before {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 5px;
  background: #10101047;
  transform: scale(0, 0);
  transition: 0.5s;
}
.card-area .card-item.card-01 .card .card-content .main-info h2,
.card-area .card-item.card-01 .card .card-content .main-info p {
  color: #222;
}

.card-area .card-item.card-01 .card .card-content .main-info .more a {
  margin: 140px 50px 0px 50px;
  background: #1865ff;
  background: -webkit-linear-gradient(60deg, #1865ff, #4e89ff);
  background: linear-gradient(60deg, #1865ff, #4e89ff);
}

.card-area .card-item.card-02 .card .card-content .main-info .more a {
  background: #00a9ff;
  background: -webkit-linear-gradient(60deg, #00a9ff, #36b9ff);
  background: linear-gradient(60deg, #00a9ff, #36b9ff);
}

.card-area .card-item.card-03 .card .card-content .main-info .more a {
  background: #1864ff;
  background: -webkit-linear-gradient(60deg, #1864ff, #4f89ff);
  background: linear-gradient(60deg, #1864ff, #4f89ff);
}

.card-area .card-item.card-04 .card .card-content .main-info .more a {
  background: #ff811c;
  background: -webkit-linear-gradient(60deg, #ff811c, #ffa55a);
  background: linear-gradient(60deg, #ff811c, #ffa55a);
}

.card-area .card-item .card .card-content.content-second {
  width: 100%;
  left: 0px;
  text-align: left;
  padding: 0px 40px;
}
.card-area .card-item.active {
  z-index: 6;
  width: 692px;
  height: 454px;
  border-radius: 4px;
}
.card-area .card-item.active .card .card-content.content-first {
  transition: all 0.12s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0););
}
.card-area .card-item.active .card .card-content.content-second {
  transition: all 0.12s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  z-index: 3;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100););
}

.cpfa {
  display: none;
}

@media (max-width: 1024px) {
  iframe {
    display: none;
  }

  .cpfa {
    display: block;
  }

  .cpfa li {
    text-align: center;
  }

  .cpfa li a {
    display: block;
    padding: 20px 0px;
    margin: 10px 0px;
  }

  .cpfa .s1 a {
    background: url(/template/images/card_01_bt.png) 0px 0 no-repeat;
    height: 130px;
    background-size: 100% 100%;
  }

  .cpfa .s2 a {
    background: url(/template/images/card_02_bt.png) 0 0 no-repeat;
    height: 130px;
    background-size: 100% 100%;
  }

  .cpfa .s3 a {
    background: url(/template/images/card_03_bt.png) 0 0 no-repeat;
    height: 130px;
    background-size: 100% 100%;
  }

  .cpfa .s4 a {
    background: url(/template/images/card_04_con.png) 50% 50% no-repeat;
  }

  .cpfa li h3 {
    font-size: 24px;
    line-height: 30px;
  }

  .cpfa li.s2 h3,
  .cpfa li.s3 h3,
  .cpfa li.s4 h3 {
    color: #fff;
  }

  .cpfa li span {
    display: inline-block;
    padding: 10px 30px;
    line-height: 24px;
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
    margin-top: 30px;
  }

  .cpfa .s1 span {
    background: #1865ff;
    background: -webkit-linear-gradient(60deg, #1865ff, #4e89ff);
    background: linear-gradient(60deg, #1865ff, #4e89ff);
  }

  .cpfa .s2 span {
    background: #00a9ff;
    background: -webkit-linear-gradient(60deg, #00a9ff, #36b9ff);
    background: linear-gradient(60deg, #00a9ff, #36b9ff);
  }

  .cpfa .s3 span {
    background: #1864ff;
    background: -webkit-linear-gradient(60deg, #1864ff, #4f89ff);
    background: linear-gradient(60deg, #1864ff, #4f89ff);
  }

  .cpfa .s4 span {
    background: #ff811c;
    background: -webkit-linear-gradient(60deg, #ff811c, #ffa55a);
    background: linear-gradient(60deg, #ff811c, #ffa55a);
  }
}
a:focus,
a:hover {
  text-decoration: none;
}

/* part3 结束 */

/* 首页 结束 */
/* 加入我们 开始 */

.join {
  /* background: url(/template/images/Join_bg.jpg) 50% 0px no-repeat; */
}
.join .p2 {
  background: #f5f6fa url(/template/images/p2_bg.jpg) 0% 70% no-repeat;
}
.join .p3 {
  background: #f5f6fa url(/template/images/p3_bg.jpg) 50% 100% no-repeat;
}
.join .p4 {
  background: url(/template/images/p4_bg.jpg) no-repeat;
}

.join .p2,
.join .p4 {
  padding: 52px 0px;
}

.join .p3 {
  padding-bottom: 115px;
}
.join .rczp li a {
  display: block;
  padding: 50px;
  font-size: 34px;
  line-height: 60px;
  margin: 30px 0px;
  transition: all 0.3s;
  border-radius: 50px 0px 50px 0px;
  border: 1px solid #1664ff;
}

.join .rczp li a i {
  width: 80px;
  height: 80px;
  margin: 20px 40px;
  float: left;
  background-image: url(/template/images/icons.png);
  background-repeat: no-repeat;
}

.join .rczp li a i.s1 {
  background-position: 0px 0px;
}

.join .rczp li a i.s2 {
  background-position: -80px 0px;
}

.join .rczp li a:hover i.s1 {
  background-position: 0px -80px;
}

.join .rczp li a:hover i.s2 {
  background-position: -80px -80px;
}

.join .rczp li a span {
  display: block;
}

.join .rczp li a:hover {
  background-color: #1664ff;
  box-shadow: 0 0 15px 5px rgba(22, 100, 255, 0.4);
}

.join .rczp li a:hover span,
.join .rczp li a:hover span.text-blue {
  color: #fff !important;
}

.rcpy {
  padding: 145px 0px 100px 0px;
}

.rcpy img {
  width: 100%;
  height: 378px;
  border-radius: 10px 0px 0px 10px;
}

.rcpy .js {
  padding: 58px 50px;
}

.rcpy .js h4 {
  font-size: 24px;
}

.rcpy .js p {
  font-size: 18px;
  line-height: 36px;
  color: #666;
}

@media (max-width: 1024px) {
  .join .p2,
  .join .p4 {
    padding: 80px 0px 0px 0px;
  }

  .join {
    background: url(/template/images/Join_bg.jpg) 36% 0px no-repeat;
  }

  .join .rczp li a {
    padding: 20px;
  }

  .join .rczp li a {
    font-size: 24px;
    line-height: 36px;
  }
  .join .rczp li a i {
    width: 60px;
    height: 60px;
    margin: 10px;
    float: left;
    background-size: auto 200%;
  }

  .rcpy {
    padding: 145px 0px;
  }

  .rcpy .js {
    padding: 30px 30px;
  }

  .rcpy .js p {
    text-align: justify;
    font-size: 14px;
  }
  .rcpy .js p strong {
    font-size: 18px !important;
  }
}

@media (max-width: 768px) {
  .join .p3,
  .rcpy {
    padding-bottom: 0px;
  }

  .rcpy .js {
    margin-top: 150px;
  }
}

@media (max-width: 480px) {
  .join .p3 {
    padding-top: 70px;
  }
  .join .p4 {
    padding-top: 0px;
  }

  .rcpy {
    padding: 0px;
  }
  .join .p2 {
    padding: 80px 0px 115px 0px;
  }
}

.ygga {
  position: relative;
  height: 330px;
  margin: 60px 0px;
}

.ygga .scroll {
  position: relative;
}

.ygga li {
  width: 460px\9;
}

.ygga li a {
  display: block;
  width: 460px\9;
  margin: 10px;
  padding: 0px;
  background-color: #fff;
  transition: all 0.3s;
  box-shadow: 0 0 10px rgba(22, 100, 255, 0.2);
}

.ygga li a p {
  display: flex;
  width: 60px;
  height: 320px;
  float: left;
  padding: 10px 15px;
  line-height: 20px;
  text-align: center;
  justify-content: center;
}

.ygga li a img {
  float: left;
  width: 386px;
  height: 320px;
}

.ygga-next,
.ygga-prev {
  position: absolute;
  bottom: auto;
  top: 50%;
  z-index: 3;
  display: block;
  width: 22px;
  height: 30px;
  margin-top: -15px;
  cursor: pointer;
  transition: all 0.3s;
}

.ygga .ygga-prev {
  left: -40px;
  background: url(/template/images/l_03.png) 0px 0px no-repeat;
}

.ygga .ygga-next {
  right: -40px;
  background: url(/template/images/r_03.png) 0px 0px no-repeat;
}

@media (max-width: 1024px) {
  .ygga li a img {
    float: left;
    width: 80%;
  }
}

@media (max-width: 768px) {
  .ygga li a p {
    width: 70px;
    padding: 20px;
  }
  .ygga li a img {
    width: 90%;
    height: 430px;
  }
}

@media (max-width: 480px) {
  .ygga li {
    height: 300px;
  }
  .ygga li a p {
    width: 60px;
    padding: 15px;
  }
  .ygga li a img {
    width: 83%;
    height: 300px;
  }
}

/* 加入我们 结束 */

/* 关于我们 开始 */
.about .p2 {
  padding: 30px 0px 30px 0px;
  background: #f4f8ff;
}
.gsgk h3 {
  font-size: 34px;
  line-height: 2em;
}

.gsgk h4 {
  font-size: 24px;
}

.gsgk p {
  color: #666;
  line-height: 30px;
  padding-right: 60px;
}
.gsgk p:nth-child(1){
  margin-bottom: 10px;
}

.gsgk .img {
  /* display: block;
    padding: 30% 0;
    background:url(/template/images/gk.jpg) 0px 0px no-repeat; */
}

.gsgk ul {
  margin-left: -20px;
  margin-right: -20px;
  margin-top: 30px;
}

.gsgk ul li {
  padding: 0px 10px;
  font-size: 20px;
}

.gsgk ul li + li {
  border-left: 1px solid #c9c9c9;
}

.gsgk ul li b {
  display: inline-block;
  font-size: 46px;
  line-height: 1em;
  padding: 0px 15px;
  font-family: "Impact";
  background: linear-gradient(to right, #1664ff, #508bff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 1024px) {
  .gsgk p {
    padding: 0px;
  }
  .gsgk .img {
    /* padding: 45%; */
  }

  .gsgk ul li b {
    font-size: 26px;
    padding: 0px 10px;
  }
  .product_cloud .b1 li a {
    height: auto !important;
    padding-bottom: 15px;
  }

  .about .p2 {
    padding: 30px 10px;
  }
  .banner h3 {
    font-size: 32px;
  }
  .banner h3 {
    font-size: 26px;
  }
  .product_cloud .p6 ul a {
    font-size: 18px;
  }
  .banner h2 {
    font-size: 22px !important;
  }
  .p1 .banner h3 {
    font-size: 18px !important;
    margin-bottom: 10px !important;
  }
  .banner p{
    font-size: 14px;
  }
  .product_cloud .gsgk ul li{
    font-size: 14px;
  }
  .p3 .tab a{
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .gsgk .img {
    /* padding: 30%; */
  }
  .gsgk ul li {
    text-align: center;
    display: block;
    width: 100%;
    font-size: 16px;
  }
  .product_cloud .gsgk ul li {
    text-align: left !important;
  }
  .gsgk ul li + li {
    border-left: none;
  }

  .gsgk p {
    text-align: left;
  }
}

@media (max-width: 768px) {
  .gsgk h3 {
    text-align: center;
    font-size: 26px;
  }
  .gsgk h4 {
    text-align: center;
    font-size: 16px;
  }
}

.about .p3 {
  margin-bottom: 30px;
  padding: 40px 0px 100px 0px;
  background: url(/template/images/gqjg.jpg) 50% 65% no-repeat;
}
@media (max-width:1400px) {
  .p3 .inner{
    padding: 0px 10px;
  }
  .gsgk p{
    padding-right: 30px;
  }
  .gsgk ul li{
    font-size: 18px;
  }
}

.gqjg h3 {
  padding-top: 40px;
}

.gqjg li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 20px;
  text-align: justify;
}

.gqjg span {
  display: inline-block;
  color: #1866ff;
  line-height: 24px;
  font-weight: bold;
}

.gqjg li:before {
  content: "";
  position: absolute;
  top: 10%;
  left: 0;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background-color: #3c7eff;
  border-radius: 100px;
  box-shadow: 0 0 0 5px #d1e1ff;
}

@media (max-width: 1024px) {
  .about .p3 {
    padding: 40px 20px 0px 20px;
  }

  .gqjg h3 {
    margin-bottom: 0px;
    padding-top: 0px;
  }

  .gqjg li {
    font-size: 14px;
    padding-left: 0px;
  }

  .gqjg li:before {
    display: none;
  }

  .about .p3 {
    background: url(/template/images/gqjg.jpg) 50% bottom no-repeat;
  }
  .gsgk p{
    padding-right: 0px;
  }
}

@media (max-width: 768px) {
  .about .p3 {
    background: none;
    background-color: #e4f3ff;
    border: none;
  }
}

@media (max-width: 480px) {
  .about .p3 {
    padding-top: 20px;
  }
  .banner h2 {
    font-size: 22px !important;
  }
  .p1 .banner h3 {
    font-size: 18px !important;
    margin-bottom: 10px !important;
  }
  .banner p{
    font-size: 14px !important;
  }
  .product_cloud .gsgk ul li{
    font-size: 14px !important;
  }
  .p3 .tab a{
    font-size: 14px;
  }
}

.about .p4 {
  padding-top: 50px;
  background: url(/template/images/zcfn.jpg) 50% top no-repeat;
}

.about .p4 p {
  margin-bottom: 30px;
}

.about .p4 h2 b {
  color: #1764ff;
}
.about .p4 p {
  color: #5890ff;
}

.about .p5 {
  padding: 73px 0px;
  background-image: url(/template/images/jdjb.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.about .p5 a {
  display: block;
  width: 100%;
  font-size: 0px;
}

@media (max-width: 1024px) {
  .about .p5 {
    background-size: 170%;
  }
}
@media (max-width: 480px) {
  .about .p4 {
    padding-top: 20px;
    padding-bottom: 0px;
    margin-bottom: 20px;
    background: url(/template/images/zcfn.jpg) 50% -70px no-repeat;
  }

  .about .p4 p {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .about .p5 {
    padding: 0px;
  }
}
#timeline {
  width: 100%;
  height: 420px;
  overflow: hidden;
  position: relative;
}
#dates {
  width: 100%;
  height: 90px;
  overflow: hidden;
}
#dates li {
  list-style: none;
  float: left;
  width: 150px;
  height: 50px;
  font-size: 22px;
  text-align: center;
  padding-top: 40px;
  background: url(/template/images/time_d.png) 50% 10px no-repeat;
}
#dates a {
  line-height: 38px;
  padding-bottom: 10px;
  line-height: 93px;
  padding-bottom: 10px;
  margin-top: -250px;
  height: 75px;
  display: inline-block;
  cursor: pointer;
}
#dates .selected {
  color: #1664ff;
  font-size: 28px;
  font-weight: bold;
  text-decoration: none;
}
#issues {
  width: 100%;
  height: 250px;
  overflow: hidden;
  margin-bottom: 40px;
}
#issues li {
  width: 1400px;
  margin: 0px auto;
  height: 250px;
  list-style: none;
  float: left;
  background: #1765ff;
  background: -webkit-linear-gradient(60deg, #1765ff, #4f8bff);
  background: linear-gradient(60deg, #1765ff, #4f8bff);
  border-radius: 10px;
}
#issues li h2 {
  color: #fff;
  font-size: 56px;
  margin: 20px 0px 10px 190px;
  font-family: "Impact";
}
#issues li p {
  position: relative;
  color: #fff;
  font-size: 18px;
  margin: 0px 210px;
  font-weight: normal;
  line-height: 42px;
}

#issues li p strong:before {
  content: "";
  position: absolute;
  top: 17px;
  left: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 10px;
  border-color: transparent transparent transparent #00ffff;
  margin-top: -4px;
}

@media (max-width: 1024px) {
  #issues li {
    width: 980px;
  }
  #issues li h2 {
    margin: 40px 0px 20px 70px;
  }
  #issues li p {
    margin: 0px 90px;
  }
}

@media (max-width: 768px) {
  #issues li {
    width: 730px;
  }
  #issues li p {
    line-height: 30px;
  }
}

@media (max-width: 480px) {
  #issues {
    height: 280px;
    margin-bottom: 10px;
  }
  #issues li {
    width: 370px;
    height: 280px;
    margin: 0px auto;
  }
  #issues li h2,
  #issues li p {
    margin: 10px 10px;
  }

  #issues li h2 {
    font-size: 28px;
  }

  #issues li p {
    width: 86%;
    font-size: 16px;
    text-align: justify;
  }
}

@media (max-width: 375px) {
  #issues li {
    width: 330px;
  }
  #dates li {
    width: 100px;
  }
}

.about .info {
  font-size: 24px;
  color: #666;
  margin-bottom: 60px;
}

.zjg {
  display: block;
  width: 100%;
  padding: 260px 0;
  background: url(/template/images/zjg.jpg) 0px 0px no-repeat;
}

.zgs {
  padding: 60px 40px;
  border-radius: 20px;
  background: #f8f8fc;
  border: 1px dashed #8c99ff;
}

.zgs li {
  font-size: 24px;
  margin: 40px 10px;
  text-align: center;
  line-height: 38px;
  background: #f8f8fc;
  border-radius: 20px;
  border: 1px solid #8c99ff;
}

.zgs li:first-child {
  color: #fff;
  background: #8c99ff;
}

@media (max-width: 1024px) {
  .zjg {
    padding: 190px 0;
    background-image: url(/template/images/zjg.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
  }

  .zgs {
    padding: 10px 40px;
  }
  .zgs li {
    font-size: 18px;
  }
}

@media (max-width: 414px) {
  .zjg {
    padding: 100px 0;
  }
  .about .info {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

/* 关于我们 结束 */

/* 块储存 开始 */
.mb50 {
  margin-bottom: 50px;
}

.product_cloud .p2 {
  padding: 50px 0px;
  background: url(/template/images/cpgn_bg.jpg) 50% 0px no-repeat;
}

.function {
  border-radius: 10px;
  background: #fff url(/template/images/cpgn_01.jpg) right bottom no-repeat;
  box-shadow: 10px 0 30px rgba(161, 172, 198, 0.2);
}

.function .tab {
  width: 20%;
  float: left;
  background-color: #3d7eff;
}

.function .tab a {
  position: relative;
  display: inline-block;
  padding: 22px 22px;
  margin: 0px;
  color: #fff;
  font-weight: normal;
  font-size: 18px;
  line-height: 40px;
  text-align: left;
}

.function .tab .current {
  color: #1966ff;
  background-color: #ffffff;
  border: none;
  width: 100%;
}

.function .tab .current:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 30px;
  margin-top: -15px;
  background-color: #1966ff;
}

.function .pane {
  float: left;
  width: 80%;
  padding: 50px 80px;
}

.function h4 b {
  color: #1664ff;
  font-size: 30px;
}

.function h4 {
  line-height: 80px;
  border-bottom: 1px solid #e2e2e2;
}

.function p {
  font-size: 16px;
  line-height: 36px;
  padding: 0px;
  color: #222;
  text-align: justify;
}

@media (max-width: 1200px) {
  .function .tab {
    width: 100%;
  }

  .function .tab a {
    font-size: 16px;
  }

  .function .pane {
    width: 100%;
    padding: 10px;
  }
}

.newss .tab {
  margin-left: 240px;
}

.product_cloud .p3 {
  background: url(/template/images/cj_bg.jpg) 50% 125px no-repeat;
}

.newss .pane {
  padding: 35px 0px 35px 0px;
}

.newss .pane p {
  color: #fff;
  padding: 0px;
  font-size: 18px;
  line-height: 2em;
}
.cj_img {
  height: 267px;
  background: url(/template/images/cj01.png) 50% 0px no-repeat;
}

@media (max-width: 1024px) {
  .product_cloud .p3 {
    background: url(/template/images/cj_bg.jpg) 50% 137px no-repeat !important;
  }

  .newss .tab {
    margin-left: 0px;
  }
  .no-print {
    display: none;
  }
  .product_cloud .p2 {
    padding: 10px 0px;
  }
}

@media (max-width: 768px) {
  .product_cloud .p3 {
    background: url(/template/images/cj_bg.jpg) 50% 138px no-repeat !important;
  }
  .newss .tab {
    margin-left: 0px;
  }
  .cj_img {
    height: 160px;
    background-size: 100% auto;
  }
}

@media (max-width: 480px) {
  h3.tab a {
    font-size: 16px;
  }
  .cj_img {
    height: 90px;
  }
  .product_cloud .p3 {
    background-size: 100% 100% !important;
  }
  .newss .pane {
    padding: 3px 0px 0px 0px !important;
  }
  .product_cloud .p3 {
    background-position: 50% 108px !important;
  }
}

.product_cloud .b1 li a {
  display: block;
  height: 220px;
  border-radius: 4px;
  border: 1px solid #fff;
  background: url(/template/images/syjs.jpg) 0px 0px repeat-x;
  transition: all 0.3s;
  box-shadow: 0 3px 12px rgba(0, 85, 136, 0.2);
}

.product_cloud .b1 li a i {
  display: block;
  width: 40px;
  height: 40px;
  float: left;
  margin-right: 20px;
  background-image: url(/template/images/icon.png);
  background-size: 240px auto;
  background-repeat: no-repeat;
}

.product_cloud .b1 li a i.s1 {
  background-position: 0px 0px;
}

.product_cloud .b1 li a i.s2 {
  background-position: -40px 0px;
}

.product_cloud .b1 li a i.s3 {
  background-position: -80px 0px;
}

.product_cloud .b1 li a i.s4 {
  background-position: -120px 0px;
}

.product_cloud .b1 li a i.s5 {
  background-position: -160px 0px;
}

.product_cloud .b1 li a i.s6 {
  background-position: -200px 0px;
}

.product_cloud .b1 li a h4 {
  color: #222;
  font-size: 22px;
  line-height: 40px;
  padding: 10px 20px 0px 20px;
  border-radius: 4px 4px 0px 0px;
}

.product_cloud .b1 li a p {
  padding: 10px 20px 0px 20px;
  font-size: 16px;
  color: #666;
  line-height: 30px;
  text-align: justify;
}
/* .product_cloud .b1 li a p {
  padding: 10px 20px 0px 20px;
  font-size: 16px;
  color: #666;
  line-height: 30px;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
} */

.product_cloud .p5 {
  padding: 50px 0px;
  background-color: #f6f9ff;
}

.product_cloud .b2 li a {
  display: block;
  height: 230px;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #cee3ff;
  transition: all 0.3s;
}

.product_cloud .b2 li a h4 {
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 40px;
  border-radius: 4px 4px 0px 0px;
  background: #1865ff;
  background: -webkit-linear-gradient(60deg, #1865ff, #4f8aff);
  background: linear-gradient(60deg, #1865ff, #4f8aff);
}

.product_cloud .b2 li a p {
  padding: 10px 20px 0px 20px;
  font-size: 16px;
  color: #666;
  line-height: 30px;
  text-align: justify;
}

.product_cloud .b1 li a:hover,
.product_cloud .b2 li a:hover {
  font-weight: bold;
  transform: translate(0, -10px);
  box-shadow: 0 3px 12px rgba(0, 85, 136, 0.2);
}

.product_cloud .p6 {
  /* background:url(/template/images/syjs.jpg) 0px 0px repeat-x; */
}

.banner h2 {
  font-size: 40px;
  line-height: 56px;
}

.banner p {
  width: 50%;
  font-size: 16px;
  line-height: 36px;
}

.banner p a {
  display: inline-block;
  padding: 0px 40px;
  line-height: 50px;
  border-radius: 4px;
  font-size: 16px;
  text-align: center;
  margin-right: 20px;
}

.btn_01 {
  color: #fff;
  background: #1865ff;
  background: -webkit-linear-gradient(60deg, #1865ff, #4f8aff);
  background: linear-gradient(60deg, #1865ff, #4f8aff);
}

.btn_02 {
  color: #1865ff;
  border: 1px solid #1865ff;
}

.product_cloud .p6 {
  background: url(/template/images/cj_bg.jpg) 50% 0px no-repeat;
}

.product_cloud .p6 ul {
  padding: 60px 0px;
}

.product_cloud .p6 ul h3 {
  font-size: 34px;
  color: #1664ff;
  text-align: center;
}

.product_cloud .p6 ul a {
  font-size: 20px;
  line-height: 60px;
}

.product_cloud .p6 a:hover {
  color: #447ced;
}

.product_cloud .p6 .k1 {
  padding-left: 40%;
}

.product_cloud .p6 .k2 {
  padding-left: 35%;
}

.product_cloud .p6 .k3 {
  padding-left: 30%;
}

.product_cloud .p6 .k4 {
  padding-left: 25%;
}

.product_cloud .p6 .k5,
.product_cloud .p6 .k6 {
  padding-left: 30%;
  color: #fff;
}

.product_cloud .p6 .k7 {
  padding-left: 15%;
  color: #fff;
}

.product_cloud .p6 .k8 {
  padding-left: 10%;
  color: #fff;
}

.product_cloud .p6 .k5:hover,
.product_cloud .p6 .k6:hover,
.product_cloud .p6 .k7:hover,
.product_cloud .p6 .k8:hover {
  color: #222;
}

@media (max-width: 768px) {
  .product_cloud .p6 {
    background: url(/template/images/cj_bg.jpg) 50% 0px no-repeat;
  }

  .product_cloud .p6 .k1,
  .product_cloud .p6 .k2,
  .product_cloud .p6 .k3,
  .product_cloud .p6 .k4,
  .product_cloud .p6 .k5,
  .product_cloud .p6 .k6,
  .product_cloud .p6 .k7,
  .product_cloud .p6 .k8 {
    display: block;
    text-align: center;
    padding-left: 0px;
  }
  .product_cloud .yjc_ul li {
    margin-bottom: 15px;
  }
  .product_cloud .p7 ul li a {
    width: 100%;
    height: 66px;
    line-height: 66px;
    font-size: 24px;
    padding-left: 15px;
    background-size: 20% !important;
  }
}

@media (max-width: 480px) {
  .product_cloud .p6 .k1,
  .product_cloud .p6 .k2,
  .product_cloud .p6 .k3,
  .product_cloud .p6 .k4,
  .product_cloud .p6 .k5,
  .product_cloud .p6 .k6,
  .product_cloud .p6 .k7,
  .product_cloud .p6 .k8 {
    font-size: 16px;
  }
}

/* 块储存 结束 */

/* 大数据 开始 */
.data_nav {
  background-color: #fff;
}
.data_nav ul {
  width: 960px;
  margin: 0px auto 30px;
}
.data_nav li a {
  display: block;
  padding: 10px 80px;
  font-size: 26px;
  line-height: 60px;
}

.data_nav li a.current {
  color: #fff;
  background: #1764ff;
  background: -webkit-linear-gradient(90deg, #1764ff, #5a90fd);
  background: linear-gradient(90deg, #1764ff, #5a90fd);
}

.banner h2 span {
  font-size: 32px;
  font-weight: normal;
}

.product_data .p2 {
  padding-bottom: 50px;
  background: url(/template/images/data_bg1.png) top left repeat-x;
}

.product_data .p2 h2 {
  width: 100%;
  height: 70px;
}

.sjcp .tab {
  width: 17%;
  float: left;
  padding-bottom: 220px;
  background: #1764ff;
  background: -webkit-linear-gradient(90deg, #1764ff, #5a90fd);
  background: linear-gradient(90deg, #1764ff, #5a90fd);
}

.sjcp .tab a,
.yycj .tab a {
  position: relative;
  display: inline-block;
  padding: 19px 30px;
  margin: 0px;
  color: #fff;
  width: 100%;
  font-weight: normal;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
}

.sjcp .tab .current {
  color: #fff;
  border: none;
  width: 100%;
  background: #0030dc;
  background: -webkit-linear-gradient(60deg, #0030dc, #3f7cfa);
  background: linear-gradient(60deg, #0030dc, #3f7cfa);
}

.sjcp .tab .current:before {
  content: "";
  position: absolute;
  top: 42%;
  right: 30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 7px;
  border-color: transparent transparent transparent #fff;
}

.sjcp .pane {
  float: left;
  width: 82%;
  background: #fff;
  overflow: hidden;
  margin: 0px 0px 10px 0px;
  box-shadow: 0px 0 10px rgba(161, 172, 198, 0.2);
}

.sjcp .pane ul,
.yycj .pane ul {
  padding: 40px 50px;
}

.sjcp .pane h4 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 10px;
}

.sjcp .pane p {
  font-size: 16px;
  line-height: 30px;
  text-align: justify;
}

.sjcp .pane li {
  margin-bottom: 20px;
}

.szzf b {
  display: inline-block;
  padding: 10px 60px;
  line-height: 50px;
  font-size: 24px;
  color: #1664ff;
  border-top: 2px solid #1664ff;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  margin-bottom: 40px;
}

.yycj .tab {
  width: 10%;
  float: right;
  padding: 140px 0px;
  background: #1764ff;
  background: -webkit-linear-gradient(90deg, #1764ff, #5a90fd);
  background: linear-gradient(90deg, #1764ff, #5a90fd);
}

.yycj .tab .current {
  color: #fff;
  border: none;
  width: 100%;
  background: #0030dc;
  background: -webkit-linear-gradient(60deg, #0030dc, #3f7cfa);
  background: linear-gradient(60deg, #0030dc, #3f7cfa);
}

.yycj .tab .current:before {
  content: "";
  position: absolute;
  top: 42%;
  left: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 6px 0;
  border-color: transparent #fff transparent transparent;
}

.yycj .pane {
  float: left;
  width: 90%;
  background: #fff;
  overflow: hidden;
  margin: 0px 0px 10px 0px;
  border: 1px solid #e5e5e5;
}

.yycj .pane h4 {
  color: #1665ff;
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 10px;
}

.yycj .pane p {
  font-size: 16px;
  line-height: 36px;
  text-align: justify;
}

.yycj .s1 {
  width: 600px;
  height: 200px;
  margin: 40px 38px 0px 0px;
  background-image: url(/template/images/fw/sjfw_01.jpg);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.yycj .s2 {
  width: 520px;
  height: 200px;
  margin-top: 40px;
  background-image: url(/template/images/fw/sjfw_02.jpg);
  background-position: 0px 0px;
  background-repeat: no-repeat;
}

.yycj .s3 {
  width: 470px;
  height: 375px;
  margin: 40px 38px 0px 0px;
  background-image: url(/template/images/fw/sjfw_03.jpg);
  background-position: 0px 0px;
  background-repeat: no-repeat;
}

.yycj .s4 {
  width: 650px;
  height: 375px;
  margin-top: 40px;
  background-image: url(/template/images/fw/sjfw_04.jpg);
  background-position: 0px 0px;
  background-repeat: no-repeat;
}
.yycj .s5 {
  width: 680px;
  height: 347px;
  margin: 40px 30px 0px 0px;
  background-image: url(/template/images/fw/sjfw_05.jpg);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  background-size: auto 95%;
}

.yycj .s6 {
  width: 440px;
  height: 347px;
  margin-top: 40px;
  background-image: url(/template/images/fw/sjfw_06.jpg);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  background-size: auto 98%;
}

.xmbj {
  width: 55%;
  margin: 40px 0px 80px 0px;
}
.xmbj h3 {
  position: relative;
}

.xmbj h3 b,
.xmcg h3 b {
  display: block;
  font-size: 24px;
  line-height: 30px;
  color: #226bff;
}
.xmbj h3 span,
.xmcg h3 span {
  color: #226bff;
  font-size: 18px;
  line-height: 30px;
}
.xmbj h3 a {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 48px;
  height: 40px;
  background: url(/template/images/fw/more.jpg) 0px 0px no-repeat;
}
.xmbj p {
  font-size: 18px;
  line-height: 36px;
  margin: 20px 0;
  text-align: justify;
}

.xmtd {
  display: inline-block;
  margin: 35px 0px;
  width: 60%;
}

.xmtd h3 {
  display: inline-block;
  float: left;
  border: 1px solid #fff;
  border-radius: 100px;
  margin-right: 30px;
}

.xmtd h3 b {
  color: #fff;
  display: block;
  font-size: 24px;
  line-height: 30px;
  padding: 10px 50px;
}

.xmtd p {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
}

.xmcg {
  margin: 30px 0px;
}

.xmcg h3 {
  margin-bottom: 30px;
}

.xmcg .img {
  display: block;
  width: 100%;
  height: 535px;
  background-image: url(/template/images/fw/xmcg_02.jpg);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: auto 89%;
}

.xmcg h4 {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 10px;
  padding-left: 20px;
  border-left: 6px solid #1f73fe;
}

.xmcg p {
  color: #858793;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 20px;
}

.xmal a {
  display: inline-block;
  padding: 10px 60px;
  line-height: 50px;
  font-size: 24px;
}

.xmal a.current {
  display: inline-block;
  color: #1664ff;
  border-top: 2px solid #1664ff;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  margin-bottom: 40px;
}

.zwfwal .tab {
  width: 25%;
}

.zwfwal .tab a {
  position: relative;
  display: inline-block;
  padding: 25px 40px;
  margin: 0px;
  color: #fff;
  width: 100%;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
}

.zwfwal .pane {
  width: 75%;
}

.zwfwal .s1,
.zwfwal .s2,
.zwfwal .s3,
.zwfwal .s4 {
  width: 950px;
  height: 420px;
  margin: 20px 20px 0px 0px;
}

.zwfwal .s1 {
  background-image: url(/template/images/fw/zwal_01.jpg);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.zwfwal .s2 {
  background-image: url(/template/images/fw/zwal_02.jpg);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.zwfwal .s3 {
  background-image: url(/template/images/fw/zwal_03.jpg);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.zwfwal .s4 {
  background-image: url(/template/images/fw/zwal_04.jpg);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.btns {
  display: none;
}

@media (max-width: 1024px) {
  .banner p a {
    float: none !important;
  }
  .product_cloud .b2 li a {
    height: auto !important;
    padding-bottom: 15px !important;
  }
  .product_cloud .p5 {
    padding: 25px !important;
  }
  .yjc_yycj h4 {
    padding-top: 10px;
    padding-bottom: 10px !important;
  }
  .data_nav ul {
    width: 100%;
  }
  .data_nav ul li a {
    padding: 10px 30px;
    font-size: 20px;
  }

  .product_data .p2 {
    padding: 10px 0px;
  }
  .sjcp .tab,
  .yycj .tab {
    width: 100%;
    padding: 0px;
  }
  .sjcp .tab a,
  .yycj .tab a {
    font-size: 18px;
    padding: 10px 30px;
  }
  .sjcp .pane,
  .yycj .pane {
    width: 99.8%;
    box-shadow: none;
    border: 1px solid #cfd5e6;
  }
  .sjcp .pane ul,
  .yycj .pane ul {
    padding: 20px;
  }
  .sjcp .pane h4 {
    font-size: 16px;
  }
  .szzf b {
    padding: 0px 40px;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 0px;
  }
  .yycj .pane h4 {
    font-size: 16px;
  }
  .yycj .s1,
  .yycj .s2,
  .yycj .s3,
  .yycj .s4 {
    background-size: auto 85%;
    float: left;
    width: 55%;
    margin: 20px 20px 0px 0px;
  }
  .yycj .s2 {
    width: 42%;
    margin-right: 0px;
  }
  .yycj .s3 {
    width: 40%;
    margin-right: 0px;
  }
  .yycj .s4 {
    width: 57%;
  }
  .yycj .s5 {
    width: 60%;
    height: 250px;
    background-size: auto 108%;
    margin: 20px 20px 0px 0px;
  }
  .yycj .s6 {
    width: 35%;
    height: 250px;
    background-size: auto 100%;
    margin: 20px 0px;
  }

  .zwfwal .s1,
  .zwfwal .s2,
  .zwfwal .s3,
  .zwfwal .s4 {
    width: 100%;
    margin: 20px 20px 0px 0px;
    background-position: 0px 0px;
    background-size: auto 100%;
  }
  .zwfwal {
    display: none;
  }

  .btns li {
    width: 48%;
    margin: 1%;
    line-height: 24px;
    color: #1665ff;
    text-align: center;
    padding: 10px 20px;
    border: 1px solid #1665ff;
    border-radius: 100px;
  }

  .xmbj {
    width: 55%;
    margin: 30px 0px 30px 30px;
  }

  .xmbj h3 b,
  .xmcg h3 b {
    font-size: 18px;
  }

  .xmcg h3 span {
    font-size: 16px;
  }

  .xmbj p {
    font-size: 16px;
    line-height: 24px;
    margin: 5px 0px;
  }

  .xmtd {
    margin: 27px 0px;
  }

  .xmtd h3 b {
    font-size: 18px;
    line-height: 24px;
    padding: 5px 20px;
  }
  .xmtd p {
    font-size: 16px;
    line-height: 24px;
  }
  .xmcg p {
    font-size: 14px;
    line-height: 24px;
  }
  .xmcg .img {
    height: 410px;
    background-position: 0px 30%;
    background-size: auto 80%;
  }
}

@media (max-width: 768px) {
  .yycj .s1,
  .yycj .s2 {
    background-size: auto 100%;
    float: both;
    width: 100%;
    margin: 10px 0px;
  }

  .yycj .s1 {
    background-image: url(/template/images/fw/sjfw_01_d.jpg);
  }

  .yycj .s2 {
    background-image: url(/template/images/fw/sjfw_02_d.jpg);
  }
  .yycj .s3,
  .yycj .s4 {
    height: 230px;
    background-size: auto 100%;
  }
  .yycj .s5 {
    width: 60%;
    height: 200px;
    background-size: auto 100%;
    margin: 20px 20px 0px 0px;
  }
  .yycj .s6 {
    width: 35%;
    height: 200px;
    background-size: auto 100%;
    margin: 20px 0px;
  }

  .xmal a {
    display: inline-block;
    padding: 10px;
    font-size: 18px;
  }
  .xmbj,
  .xmtd {
    width: 94%;
    margin: 4% 3%;
  }
  .xmtd h3 {
    border: 1px solid #226bff;
  }
  .xmtd h3 b {
    color: #226bff;
  }
  .xmtd p {
    color: #222;
  }
  .xmcg .img {
    display: none;
  }
  .xmcg h4 {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 480px) {
  .product_data {
    margin-bottom: 20px;
  }
  .product_data .p2 h2 {
    height: 50px;
  }

  .data_nav ul li a {
    padding: 10px 8px;
    font-size: 18px;
    line-height: 40px;
  }

  .yycj .s1 {
    height: 280px;
    background-size: auto 100%;
    background-image: url(/template/images/fw/sjfw_01_m.jpg);
  }

  .yycj .s2 {
    background-image: url(/template/images/fw/sjfw_02_m.jpg);
    height: 120px;
    background-size: auto 100%;
  }
  .yycj .s3,
  .yycj .s4 {
    width: 100%;
    background-size: auto 80%;
    background-position: 50%;
  }
  .yycj .s5 {
    width: 100%;
    height: 300px;
    background-size: auto 100%;
    margin: 10px 0px;
    background-image: url(/template/images/fw/sjfw_05_m.jpg);
  }

  .yycj .s6 {
    width: 100%;
    height: 230px;
    background-size: auto 100%;
    margin: 10px 0px;
    background-image: url(/template/images/fw/sjfw_06_m.jpg);
  }

  .xmal a {
    width: 33.33%;
    display: inline-block;
    padding: 10px 9px;
    line-height: 20px;
    font-size: 16px;
    border-bottom: 1px solid #ccc;
  }
  .xmal a.current {
    margin-bottom: 0px;
  }

  .btns {
    padding-top: 20px;
    background-color: #f9f9f9;
  }

  .btns li {
    width: 96%;
    font-size: 14px;
    margin: 2%;
  }
}

/* 大数据 结束 */

/* 政务服务 开始 */
.cpjs .tab {
  padding: 0px;
}
.cpjs .tab a {
  font-size: 18px;
  text-align: left;
  padding: 12px 20px;
}

.cpjs .tab .current:before {
  top: 40%;
  right: 15px;
}
.cpjs .pane li.s1 {
  width: 60%;
  margin-top: 10%;
}

.cpjs .pane li.s2 {
  width: 40%;
  height: 530px;
  margin: 15px 0px;
  background-image: url(/template/images/fw/cpjs_01.jpg);
  background-repeat: no-repeat;
  background-position: 80% 50%;
}

.cpjs .pane h4,
.cpjs .pane p {
  margin-bottom: 15px;
}

.cpjs .pane li.s3 {
  width: 50%;
  margin-top: 20%;
}

.cpjs .pane li.s4 {
  width: 50%;
  height: 460px;
  margin: 50px 0;
  background-image: url(/template/images/fw/cpjs_02.jpg);
  background-repeat: no-repeat;
  background-position: 80% 50%;
}

.cpjs .pane li.s5 {
  width: 50%;
  margin-top: 12%;
}

.cpjs .pane li.s6 {
  width: 50%;
  height: 510px;
  margin: 25px 0;
  background-image: url(/template/images/fw/cpjs_03.jpg);
  background-repeat: no-repeat;
  background-position: 80% 50%;
}

.cpjs .pane li.s8 {
  height: 350px;
  margin-top: 30px;
  background-image: url(/template/images/fw/cpjs_04.jpg);
  background-repeat: no-repeat;
  background-position: 50%;
}

.cpjs .pane li.s9 {
  width: 45%;
}

.cpjs .pane li.s10 {
  width: 55%;
  height: 320px;
  margin: 120px 0;
  background-image: url(/template/images/fw/cpjs_05.jpg);
  background-repeat: no-repeat;
  background-position: 50%;
}

.cpjs .pane li.s11 {
  width: 40%;
  margin-top: 30px;
}

.cpjs .pane li.s12 {
  width: 60%;
  height: 290px;
  margin: 135px 0;
  background-image: url(/template/images/fw/cpjs_06.jpg);
  background-repeat: no-repeat;
  background-position: 80% 50%;
}

.cpjs .pane li.s13 {
  width: 45%;
  margin-top: 140px;
}

.cpjs .pane li.s14 {
  width: 55%;
  height: 530px;
  margin: 15px 0;
  background-image: url(/template/images/fw/cpjs_07.jpg);
  background-repeat: no-repeat;
  background-position: 80% 50%;
}

.cpjs .pane li.s15 {
  width: 100%;
}

.cpjs .pane li.s16 {
  width: 100%;
  height: 390px;
  background-image: url(/template/images/cpjs_08_2.jpg);
  background-repeat: no-repeat;
  background-position: 50%;
}

.cpjs .pane li.s17 {
  width: 100%;
  height: 390px;
  background-image: url(/template/images/fw/cpjs_09.jpg);
  background-repeat: no-repeat;
  background-position: 50%;
}

.cpjs .pane li.s18 {
  width: 30%;
  margin-top: 140px;
}

.cpjs .pane li.s19 {
  width: 70%;
  height: 500px;
  margin: 30px 0;
  background-image: url(/template/images/fw/cpjs_10.jpg);
  background-repeat: no-repeat;
  background-position: 90% 50%;
}

.cpjs .pane li.s20 {
  width: 30%;
  margin-top: 140px;
}

.cpjs .pane li.s21 {
  width: 70%;
  height: 500px;
  margin: 30px 0;
  background-image: url(/template/images/fw/cpjs_11.jpg);
  background-repeat: no-repeat;
  background-position: 90% 50%;
}

.function_m {
  display: none;
}

@media (max-width: 1024px) {
  .function_m {
    display: block;
  }
  .cpjs {
    display: none;
  }
  .function_m .swiper1 {
    border: 1px solid #1764ff;
    background: #1764ff;
    background: -webkit-linear-gradient(90deg, #1764ff, #5a90fd);
    background: linear-gradient(90deg, #1764ff, #5a90fd);
  }

  .function_m .swiper1 .selected {
    background: #0030dc;
    background: -webkit-linear-gradient(60deg, #0030dc, #3f7cfa);
    background: linear-gradient(60deg, #0030dc, #3f7cfa);
  }
  .function_m .swiper1 .selected:before {
    content: "";
    position: absolute;
    top: 36%;
    right: 0px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 7px;
    border-color: transparent transparent transparent #3477fe;
  }
  .swiper1 .swiper-slide {
    font-size: 14px !important;
  }
  .function_m .swiper-slide {
    font-size: 16px;
    color: #fff;
    padding: 10px 0px 10px 25px;
  }
  .function_m .swiper2 {
    padding: 0px 25px 0px 0px;
  }
  .function_m .swiper2 h4 {
    color: #1664ff;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .function_m .swiper2 p {
    color: #222;
    text-align: justify;
  }
}

@media (max-width: 480px) {
  .cpjs .pane li.s1,
  .cpjs .pane li.s2,
  .cpjs .pane li.s3,
  .cpjs .pane li.s4,
  .cpjs .pane li.s5,
  .cpjs .pane li.s6,
  .cpjs .pane li.s7,
  .cpjs .pane li.s8,
  .cpjs .pane li.s9,
  .cpjs .pane li.s10,
  .cpjs .pane li.s11,
  .cpjs .pane li.s12,
  .cpjs .pane li.s13,
  .cpjs .pane li.s14,
  .cpjs .pane li.s15,
  .cpjs .pane li.s16,
  .cpjs .pane li.s17,
  .cpjs .pane li.s18,
  .cpjs .pane li.s19,
  .cpjs .pane li.s20,
  .cpjs .pane li.s21 {
    width: 100%;
  }
}

/* 政务服务 结束 */

/* 教育服务 开始 */

.product_teach {
  padding-top: 70px;
  background: url(/template/images/teach_bg01.jpg) 50% 0px no-repeat;
}

.product_teach .p2 {
  padding: 60px 0px;
  margin-bottom: 50px;
  background: url(/template/images/govern_bg02.png) 47% 50% no-repeat;
}

.product_teach .p2 h3 {
  font-size: 34px;
  line-height: 2em;
}

.product_teach .p2 p {
  font-size: 16px;
  line-height: 2.5em;
  color: #666;
}

.product_teach h2 {
  height: 68px;
  margin-bottom: 90px;
  background: url(/template/images/teach_bt.png) 50% no-repeat;
}

.teach_img01 {
  width: 100%;
  height: 320px;
  background: url(/template/images/teach_img01.png) 50% no-repeat;
}

.teach_img02 {
  width: 100%;
  height: 451px;
  border-radius: 20px;
  background: url(/template/images/teach_img02.png) 50% no-repeat;
  box-shadow: 0px 5px 25px rgba(190, 205, 229, 0.5);
}

.teach_img03 {
  width: 100%;
  height: 346px;
  border-radius: 20px;
  background: url(/template/images/teach_img03.png) 50% no-repeat;
  box-shadow: 0px 5px 25px rgba(190, 205, 229, 0.5);
}

.teach_img04 {
  width: 100%;
  height: 340px;
  border-radius: 20px;
  background: url(/template/images/teach_img04.png) 50% no-repeat;
  box-shadow: 0px 5px 25px rgba(190, 205, 229, 0.5);
}

.teach_img05 {
  width: 100%;
  height: 399px;
  border-radius: 20px;
  background: url(/template/images/teach_img05.png) 50% no-repeat;
  box-shadow: 0px 5px 25px rgba(190, 205, 229, 0.5);
}

.product_teach h4 b {
  display: table-cell;
  vertical-align: middle;
  color: #1664ff;
  font-size: 30px;
  line-height: 1.5em;
  height: 80px;
}

.product_teach h4 i {
  display: block;
  float: left;
  width: 80px;
  height: 80px;
  margin-right: 5px;
  background-image: url(/template/images/icon.png);
  background-repeat: no-repeat;
}

.product_teach h4 i.s1 {
  background-position: 0px -80px;
}

.product_teach h4 i.s2 {
  background-position: -80px -80px;
}

.product_teach h4 i.s3 {
  background-position: -160px -80px;
}

.product_teach h4 i.s4 {
  background-position: -240px -80px;
}

.product_teach p {
  font-size: 16px;
  line-height: 2.5em;
  color: #222;
  text-align: justify;
  padding: 30px 35px 0px 40px;
}

.product_teach .p80 {
  padding: 80px 0px;
}

.product_teach .p3 {
  padding-bottom: 70px;
}

.product_teach .p4 {
  padding: 65px;
}

.product_teach .p5 {
  padding: 75px;
}

.product_teach .p6 {
  padding: 90px;
}

.product_teach .p6 p {
  padding: 0px 35px 0px 40px;
}

@media (max-width: 1024px) {
  .product_teach .p2 {
    background: none;
  }
  .product_teach p {
    padding: 0px;
  }
}

@media (max-width: 768px) {
  .product_teach .p2 {
    padding: 0px;
    background: none;
  }
  .product_teach {
    padding: 20px 0px;
    background: none;
  }
  .p60 {
    padding: 0px;
  }
  .product_teach .p2 h3 {
    margin-bottom: 0px;
  }
  .product_teach .p2 p {
    margin-bottom: 20px;
  }
}

@media (max-width: 480px) {
  .product_teach h2 {
    background-size: 100%;
    margin-bottom: 0px;
  }
  .product_teach h4 b {
    font-size: 18px;
    height: 40px;
  }

  .product_teach h4 {
    height: 40px;
  }
  .product_teach h4 i {
    width: 40px;
    height: 40px;
    background-size: 240px auto;
  }

  .product_teach h4 i.s1 {
    background-position: 0px -40px;
  }
  .product_teach h4 i.s2 {
    background-position: -40px -40px;
  }
  .product_teach h4 i.s3 {
    background-position: -80px -40px;
  }
  .product_teach h4 i.s4 {
    background-position: -120px -40px;
  }

  .product_teach .p3,
  .product_teach .p4,
  .product_teach .p5,
  .product_teach .p6 {
    padding: 0px 0px 30px 0px;
  }
}

/* 教育服务 结束 */
.copyright .pl13 {
  padding-left: 13%;
}
@media (min-width: 480px) {
  .menu-btn > b {
    display: none;
  }
}

/* 二级列表 开始 */
.where {
  background: transparent;
}

.list_bg {
  margin-top: 50px;
  padding-top: 50px;
  background: url(/template/images/list_bg.jpg) 50% 0px no-repeat;
}

.side-menu ul {
  margin: 0px;
}

.side-menu h2 {
  margin: 0px;
  font-size: 30px;
  color: #fff;
  padding: 0px;
  font-weight: normal;
  background: url(/template/images/lb_r.png) 100% 50% no-repeat;
  display: flex;
  align-items: center;
  line-height: 33px !important;
}

.side-menu li {
  margin-left: 20px;
  border-left: 1px solid #fff;
}

.side-menu li a {
  color: #fff;
  font-size: 22px;
}

.side-menu li a:hover {
  background-image: linear-gradient(to right, #93b2ef, rgb(255 255 255 / 0%));
  background-color: #f1f1f100;
}

.side-menu li a:before {
  content: "";
  display: block;
  position: absolute;
  top: 30%;
  bottom: 0;
  left: 0;
  width: 3px;
  height: 20px;
  background-color: #fff;
  transform: scale(1, 0);
  transition: all 0.3s;
}

.side-menu li.current:before {
  content: "";
  display: block;
  position: absolute;
  top: 30%;
  bottom: 0;
  left: 20%;
  width: 3px;
  height: 20px;
  background-color: #fff;
  transform: scale(1, 0);
  transition: all 0.3s;
}

.side-menu li a:hover:before {
  transform: scale(1, 1);
}

.main {
  padding: 20px;
  background: rgb(255, 255, 255, 0.9);
  box-shadow: 0 0 20px rgb(22, 100, 255, 0.2);
}

.list .list-b li {
  padding: 20px 0px;
  border-top: 1px solid #a5d2fe;
  border-bottom: 1px solid #a5d2fe;
}

.list .list-b li .pic {
  float: left;
  width: 220px;
  height: 140px;
  margin-right: 20px;
}

.list .list-b li h4 {
  position: relative;
  overflow: hidden;
  max-height: 90px;
  line-height: 30px;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
  padding: 10px 0px;
}

.list .list-b li p {
  color: #666;
}

.list .list-b li p i {
  display: inline-block;
  color: #215bfc;
  font-size: 16px;
  width: 16px;
  line-height: 24px;
}

.article h2 {
  font-size: 30px;
}
@media (max-width: 480px) {
  .article h2 {
    font-size: 22px;
  }
}

.article .info > span {
  color: #666;
}

.article .option {
  border-top: none;
}

.article-box p {
  text-indent: 2em;
  font-size: 18px;
  line-height: 32px;
}

.article .info i {
  color: #215bfc;
}

@media (max-width: 1024px) {
  .list_bg {
    padding: 20px;
    background: url(/template/images/list_bg.jpg) 0 0px no-repeat;
  }

  .side-menu ul {
    margin: 0 -20px;
  }

  .side-menu h2 {
    display: none;
  }

  .side-menu ul {
    margin: 10px -10px;
  }

  .side-menu li {
    float: left;
    width: 33.33%;
    margin-left: 0px;
    border-left: none;
  }

  .side-menu li a {
    margin: 10px;
    padding: 0 10px;
    line-height: 40px;
    font-size: 16px;
    color: #222;
    background-color: #fff;
    border-radius: 3px;
  }

  .side-menu li.current a {
    background-color: #2d8fff;
    color: #fff;
  }
}

@media (max-width: 1024px) and (min-width: 1024px) {
  .side-menu li {
    float: left;
    width: 100% !important;
  }

  .side-menu ul {
    margin: -10px;
  }
}

@media (max-width: 768px) {
  .side-menu li {
    width: 50%;
  }

  .list .list-b li h4 {
    line-height: 26px;
  }

  .main {
    background: rgb(255, 255, 255, 1);
  }
}

@media (max-width: 480px) {
  .list .list-b li h4 {
    font-size: 18px;
    line-height: 24px;
    max-height: 60px;
  }
  .list-b li h4 {
    margin-bottom: 0px !important;
  }

  .list .list-b li .pic {
    width: 72px;
    height: 60px;
  }

  .list .list-b li .pic img {
    width: 72px;
  }

  .article {
    padding: 0px;
  }
}

.pages {
  padding: 80px 0px;
}

.pages .current {
  background: #215bfc;
}

@media (max-width: 768px) {
  .listbanner {
    height: 210px;
  }
  .list_bg {
    margin-top: 0px;
  }
}
/* 二级列表 结束 */
.lll {
  width: 100%;
}

/* 云基础设施服务开始 */
.t12 {
  margin-top: 0px !important;
}
.t12 li {
  border: none !important;
  /* margin-bottom: 20px; */
  position: relative;
  padding-left: 20px !important;
  font-size: 18px !important;
}
.t12 li::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #1966ff;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
}
@media (max-width: 1024px) {
  .yund {
    padding: 0px 20px;
  }
  .t12 li::before {
    display: none;
  }
  .t12 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
.yjc_pd {
  padding: 30px 0px !important;
}
.bfcc {
  width: 100%;
  height: 534px;
  background: #f4f6fe;
  box-shadow: 0px 12px 32px rgba(161, 172, 198, 0.17);
  border-radius: 4px;
  padding: 47px 110px;
}
.bfcc_bg {
  background: url(/template/images/yjc/bfcc_bg.jpg) no-repeat;
  height: 321px;
  width: 100%;
  margin-top: 53px;
}
.bfcc_t {
  font-size: 16px;
  color: #666666;
  padding-left: 13px;
  position: relative;
}
.bfcc_t::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #1c68ff;
  position: absolute;
  left: 0;
  top: 23px;
}
.bfcc_t span {
  color: #000000 !important;
}
.bfcc_tb {
  padding: 0px 20px 20px 20px !important;
}
.bfcc_box {
  height: 332px !important;
}
.bf_n::before {
  display: none !important;
}
.yjc_ul {
  padding: 0px 70px 55px 70px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.yjc_ul li a {
  width: 335px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 20px;
  border-radius: 4px;
  background: #fff;
  display: block;
}
.yjc_p6 h2 b {
  color: #fff;
  line-height: 90px;
}
.product_cloud .p7 {
  background: url(/template/images/yjc/cjwt_out.jpg) 50% 50% no-repeat;
}
.product_cloud .p7 ul {
  padding: 55px 0px;
  height: 224px;
  display: flex;
  justify-content: space-between;
}
.product_cloud .p7 ul li {
  width: 49%;
}
.product_cloud .p7 ul li a {
  width: 100%;
  height: 115px;
  font-size: 32px;
  text-align: center;
  line-height: 115px;
  /* font-family: "DingTalk JinBuTi"; */
  border-radius: 10px;
  color: #0090fe;
  display: block;
}
.an_bg1 {
  background: #fff url(/template/images/yjc/yhzn_bg.png) 10% 50% no-repeat;
}
.an_bg2 {
  background: #fff url(/template/images/yjc/cjwt_bg.png) 10% 50% no-repeat;
}
.an_bg3 {
  background: #fff url(/template/images/yjc/lxfs_bg.png) 10% 50% no-repeat;
}
.dba {
  height: 421px !important;
  overflow-y: scroll;
}
.dba a {
  display: block !important;
}
@media (max-width: 480px) {
  #dates .selected {
    font-size: 22px !important;
  }
  .yjc_pd {
    padding: 10px 0px !important;
    margin-top: 0px;
  }
  .bfcc {
    padding: 20px 20px;
  }
  .bfcc_box {
    height: auto !important;
  }
  .yjc_p6 {
    background: url(/template/images/cj_bg.jpg) 50% 0px no-repeat !important;
  }
  .yjc_ul {
    flex-direction: column;
    padding: 0px 0px 20px 0px !important;
  }
  .yjc_ul li a {
    width: 100%;
    margin-bottom: 10px;
  }
  .product_cloud .p7 ul {
    align-items: center;
    justify-content: space-between;
    padding: 5px 0px;
    height: 100px !important;
  }
  .product_cloud .p7 ul li a {
    width: 100%;
    height: 66px;
    line-height: 66px;
    background-size: contain !important;
    font-size: 14px;
    padding-left: 15px;
    background-size: 20% !important;
  }
  .product_cloud .p5 {
    margin-bottom: 0px;
  }
  .product_cloud .p4 {
    margin-bottom: 0px;
  }
  .bfcc_bg {
    display: none;
  }
  .bfcc {
    height: 234px;
  }
  .im1 {
    display: none;
  }
  .im2 {
    display: none;
  }
  .im3 {
    display: none;
  }
  .im4 {
    display: none;
  }
  .yjc_yycj div:nth-child(1) {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .im_jz {
    display: none;
  }
  .gg_box {
    padding: 20px 20px !important;
  }
  .big_ask a {
    width: 95px !important;
    height: 35px !important;
    line-height: 35px !important;
    font-size: 18px !important;
    margin-left: 20px !important;
  }
  .big_ask img {
    width: 70px;
    margin-right: 20px !important;
  }
  .big_ask {
    height: 50px !important;
    font-size: 28px !important;
    padding-left: 0px !important;
  }
  .product_cloud .yjc_ul {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .product_cloud .yjc_ul li {
    width: auto !important;
  }
  .product_cloud .yjc_ul li a {
    width: 100% !important;
    padding: 0px 33px;
    font-size: 16px !important;
  }
  .product_cloud .yjc_ul li:nth-child(odd) {
    margin-right: 10px;
  }
}
.yjc_yycj {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.yjc_yycj div:nth-child(1) {
  width: 641px;
  padding-top: 50px;
  padding-bottom: 85px;
}
.yjc_yycj h4 {
  font-size: 24px;
  padding-bottom: 33px;
  width: 100%;
  border-bottom: 1px solid #fff;
  color: #fff;
}
.im1 {
  background: url(/template/images/yjc/dxcc_1.jpg) no-repeat;
  width: 50%;
  height: 379px;
}
.im2 {
  background: url(/template/images/yjc/dxcc_2.png) no-repeat;
  width: 50%;
  height: 263px;
  background-size: 100% auto;
}
.im3 {
  background: url(/template/images/yjc/dxcc_3.png) no-repeat;
  width: 50%;
  height: 318px;
  background-size: 100% auto;
}
.im4 {
  background: url(/template/images/yjc/dxcc_4.png) no-repeat;
  width: 50%;
  height: 379px;
  background-size: auto 100%;
}
.yjc_p3b {
  background: url(/template/images/yjc/p3b_bg.jpg) 50% 125px no-repeat !important;
}
.yjc_p3b .pane {
  padding: 40px 0px 55px 0px;
}
.wd_set .tab {
  width: 22%;
  line-height: 2.8em;
}
.wd_set .pane {
  width: 78%;
  height: 379px;
  overflow-y: scroll;
}
.pl_tt {
  font-weight: bold;
}
.yjc_pl {
  position: relative;
  padding-left: 10px !important;
}
.yjc_pl::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #3d7eff;
  position: absolute;
  left: 0px;
  top: 15px;
  border-radius: 50%;
}
.im_jz {
  background: url(/template/images/yjc/jzcc_bg.jpg) no-repeat;
  width: 32%;
  height: 387px;
}
.gg_box {
  width: 100%;
  padding: 45px 107px;
  box-shadow: 10px 0 30px rgba(161, 172, 198, 0.2);
  border-radius: 4px;
}
.gg_lt {
  padding-left: 18px;
  position: relative;
}
.gg_lt::before {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #000000;
  left: 0px;
  top: 10px;
}
.big_ask {
  width: 100%;
  padding-left: 418px;
  display: flex;
  align-items: center;
  height: 161px;
  font-size: 56px;
  color: #008eed;
  /* font-family: "DingTalk JinBuTi"; */
}
.big_ask a {
  width: 181px;
  height: 45px;
  border-radius: 22.5px;
  line-height: 45px;
  text-align: center;
  display: block;
  font-size: 28px;
  /* font-family: "DingTalk JinBuTi"; */
  background: linear-gradient(to right, #0061ff, #59bff7);
  color: #fff;
  margin-left: 49px;
}
.big_ask img {
  margin-right: 53px;
}
/* 云基础设施服务接受 */

@media (max-width:1400px) and (min-width:768px) {
  .product_cloud .yjc_ul li{
    margin-right: 10px;
  }
  .product_cloud .yjc_ul li{
    width: 32%;
  }
}
.sjcp .pane .ds_n5:nth-child(2) ul {
  padding: 3% 50px 0px 50px;

}
